home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 4 / Apprentice-Release4.iso / Languages / Prograph Classic 2.6.1 / Examples / AppleTalk Example / Scan Network ReadMe next >
Text File  |  1995-09-29  |  1KB  |  26 lines

  1. Example:                       Scan Network             
  2. Written by:                    Darryl Proudfoot, Pictorius Incorporated
  3. Updated for 2.6.1 by:            The Tech Support Team, Pictorius Incorporated
  4.  
  5. Contents:     Scan Network.pgs
  6.                    Scan Network Read Me
  7.  
  8. Needs Prograph Extensions:
  9.                                The default configuration of your 'Prograph Extensions' folder, plus:
  10.  
  11. The following file should be moved back one level from the 'Prograph Extensions:Disabled Primitives' folder into the 'Prograph Extensions' folder (note that Prograph Classic WILL NOT find extension files in subfolders of the 'Prograph Extensions' folder):
  12.         Communication Primitives
  13.  
  14. Needs Libraries to Compile:
  15.     SCLibrary 2.6
  16.     Library 2.6
  17.  
  18. Description
  19. -----------
  20.  
  21. This example uses the NBP-Lookup primitive to scan an AppleTalk network for all the devices on the network.  Each device has a name, type and zone which can be displayed in the scroll list in the Network window.
  22.  
  23. To run the project select Run Initial from the Exec menu.  Selecting the 'Search' button starts the network search.  Each node found on the network is saved as an instance of Device and stored in the Class attribute 'network'.  
  24.  
  25. To show all the nodes found on the network select the 'Display' button.  All available node will display in the scroll list and you are able to scroll through the list.  Pressing the 'Clear' button will clear the scroll list.
  26.